composetable: Prepare for multi character values
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Feb 2021 04:37:05 +0000 (23:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Feb 2021 14:02:00 +0000 (09:02 -0500)
commit9142aa0f51fc33b7b17c1553e9978eb702efb6a2
treee76b0aafbbecacf1743a7ed1407816f8a1a4bbfd
parentaf9a578d68c2c19de22893fc6d491656a665dfca
composetable: Prepare for multi character values

Make it possible for gtk_compose_table_check to return
a string instead of just a single Unicode character.
Currently, we only ever return strings holding a single
character, still.
gtk/gtkcomposetable.c
gtk/gtkcomposetable.h
testsuite/gtk/composetable.c